| オーバーロード | 解説 |
|---|---|
OrderedDictionary<TKey,TValue> コンストラクタ() | Initializes a new instance of the OrderedDictionary<TKey,TValue> class. |
OrderedDictionary<TKey,TValue> コンストラクタ(IEqualityComparer<TKey>) | Initializes a new instance of the OrderedDictionary<TKey,TValue> class using the specified comparer. |
OrderedDictionary<TKey,TValue> コンストラクタ(Int32,IEqualityComparer<TKey>) | Initializes a new instance of the OrderedDictionary<TKey,TValue> class using the specified initial capacity and comparer. |